@charset "UTF-8";
/* CSS Document */


.banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination {
    bottom: 14px;
}


.in-main {
    padding-bottom: 30px;
}

.in-title {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.in-title .name {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}

.in-title .name span {
    color: #c30d23;
}

.in-title .line {
    flex: 1;
    min-width: 0;
    height: 15px;
    background: url("../images/title-line.png") repeat-x center / auto 100%;
}

.in-title .more {
    font-size: 14px;
    padding-left: 20px;
}

.in-title .more a {
    color: #c30d23;
}

.in-title .back a {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999;
    padding-left: 20px;
}

.in-title .back a:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    margin-right: 5px;
    background: url("../images/icon-back.png") no-repeat top / 100% 200%;
}

.in-title .back a:hover {
    color: #c30d23;
}

.in-title .back a:hover:before {
    background-position: bottom;
}


.in-news {
    padding-top: 60px;
}

.in-news-box {
    display: -ms-flex;
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.in-news-left {
    width: 575px;
}

.in-news-slide {
    width: 575px;
    height: 324px;
    position: relative;
}

.in-news-slide .swiper-pagination {
    width: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    font-size: 0;
    line-height: 0;
}

.in-news-slide .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: .6;
    margin: 0 0 0 5px;
}

.in-news-slide .swiper-pagination .swiper-pagination-bullet-active {
    background: #c30d23;
    opacity: 1;
}

.in-news-slide .swiper-slide {
    position: relative;
}

.in-news-slide .swiper-slide a {
    display: block;
}

.in-news-slide .swiper-slide .img {
    font-size: 0;
}

.in-news-slide .swiper-slide .img img {
    width: 575px;
    height: 324px;
    border-radius: 5px;
}

.in-news-slide .swiper-slide .txt {
    width: 100%;
    height: 48px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    padding: 14px 90px 14px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    border-radius: 0 0 5px 5px;
}

.in-news-recommend {
    padding-top: 10px;
    display: -ms-flex;
    display: flex;
}

.in-news-recommend .item {
    width: 185px;
    margin-right: 10px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.in-news-recommend .item:nth-child(3n + 0) {
    margin-right: 0;
}

.in-news-recommend .item .img {
    font-size: 0;
}

.in-news-recommend .item .img a {
    display: block;
}

.in-news-recommend .item .img img {
    width: 185px;
    height: 104px;
    border-radius: 5px 5px 0 0;
}

.in-news-recommend .item .con {
    padding: 12px;
}

.in-news-recommend .item .txt {
    font-size: 14px;
    line-height: 17px;
    height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.in-news-recommend .item .txt a {
    color: #000;
}

.in-news-recommend .item .txt a:hover {
    color: #c30d23;
}


.in-news-list {
    width: 585px;
}

.in-news-list .item {
    border-bottom: 1px solid #ebebeb;
    padding: 25px 0;
}

.in-news-list .item .tit {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in-news-list .item .tit a {
    color: #000;
}

.in-news-list .item .tit a:hover {
    color: #c30d23;
}

.in-news-list .item .txt {
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    padding-top: 10px;
}

.in-news-list .item .txt a {
    color: #c30d23;
}


.in-education {
    padding-top: 60px;
}

.in-education-box {
    padding-top: 20px;
    font-size: 0;
}

.in-education-box .swiper-slide {
    padding: 10px 0;
}

.in-education-box .swiper-slide a {
    display: block;
}

.in-education-box .swiper-slide img {
    width: 232px;
    height: 331px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}


.in-ads {
    font-size: 0;
    padding-top: 60px;
}

.in-ads a {
    display: block;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}


.in-lecture {
    padding-top: 60px;
}

.in-lecture-tabs {
    display: -ms-flex;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.in-lecture-tabs .item {
    margin-right: 10px;
}

.in-lecture-tabs .item a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}

.in-lecture-tabs .item a.on {
    background: #c30d23;
    color: #fff;
}


.in-lecture-box {
    background: url("../images/in-lecture-background.jpg") no-repeat center top / 1920px auto;
}

.in-lecture-box .swiper-container-outer {
    padding-bottom: 40px;
}

.in-lecture-box .swiper-pagination {
    bottom: 0;
}

.in-lecture-box .slogan {
    font-size: 0;
    text-align: center;
    padding: 60px 0 30px 0;
}

.in-lecture-box .slogan img {
    max-width: 100%;
}

.in-lecture-box .swiper-container-inside {
    padding-top: 60px;
    position: relative;
}

.in-lecture-box .inside-button-prev,
.in-lecture-box .inside-button-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    background: url("../images/slide-controller2.png") no-repeat left bottom / 200% 200%;
    cursor: pointer;
    z-index: 99;
}

.in-lecture-box .inside-button-prev {
    right: 46px;
    background-position-x: left;
}

.in-lecture-box .inside-button-next {
    right: 0;
    background-position-x: right;
}

.in-lecture-box .inside-button-prev.swiper-button-disabled,
.in-lecture-box .inside-button-next.swiper-button-disabled {
    pointer-events: none;
}

.in-lecture-box .swiper-container-inside .outer-button-prev,
.in-lecture-box .swiper-container-inside .outer-button-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 98;
}

.in-lecture-box .swiper-container-inside .outer-button-prev {
    right: 46px;
}

.in-lecture-box .swiper-container-inside .outer-button-next {
    right: 0;
}


.in-course {
    padding-top: 80px;
}

.in-course-main {
    padding-top: 30px;
}

.in-course-group {
    padding-top: 70px;
}

.in-course-main .in-course-group:first-child {
    padding-top: 0;
}

.in-course-box {
    background: #f6f6f7;
    border-radius: 5px;
    display: -ms-flex;
    display: flex;
}

.in-course-l {
    width: 146px;
    background: #ededef;
    border-radius: 5px 0 0 5px;
    position: relative;
    z-index: 20;
}

.in-course-name {
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: #c30d23;
    border-radius: 5px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.in-course-tabs .item {
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.in-course-tabs .item:hover {
    color: #c30d23;
}

.in-course-tabs .item.on {
    position: relative;
    background: #f6f6f7;
    color: #c30d23;
}

.in-course-tabs .item.on:after {
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -6px;
    background: url("../images/in-course-active.png") no-repeat center / 100% 100%;
}

.in-course-show {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
}

.in-course-show a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #999999;
}

.in-course-show a:after {
    content: '';
    display: block;
    width: 16px;
    height: 10px;
    background: url("../images/in-course-show.png") no-repeat center top / 100% 200%;
    margin-left: 5px;
}

.in-course-show a:hover {
    color: #c30d23;
}

.in-course-show a:hover:after {
    background-position-y: bottom;
}

.in-course-r {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    height: 504px;
    position: relative;
}

.in-course-r .infolist {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
}

.in-course-r .infolist.show {
    visibility: visible;
}

.in-course-r .in-course-slide,
.in-course-r .in-course-slide .swiper-container,
.in-course-r .in-course-slide .swiper-slide {
    width: 100%;
    height: 100%;
}

.in-course-r .in-course-slide .swiper-pagination {
    bottom: 16px;
}

.in-course-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 11px 11px 0 11px;
}

.in-course-list .item {
    width: 240px;
    height: auto;
    padding: 9px;
}

.in-course-more {
    text-align: right;
    padding: 3px 20px 0 0;
}

.in-course-more a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #999;
    position: relative;
    padding-right: 20px;
}

.in-course-more a:after {
    content: '';
    display: block;
    width: 13px;
    height: 12px;
    background: url("../images/in-course-more.png") no-repeat center top / 100% 200%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.in-course-more a:hover {
    color: #c30d23;
}

.in-course-more a:hover:after {
    background-position-y: bottom;
}

.in-course-recommend {
    padding-top: 10px;
}

.in-course-recommend .title {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.in-course-recommend .title .name {
    font-size: 20px;
    color: #c30d23;
    font-weight: bold;
    margin-right: 10px;
}

.in-course-recommend .title .line {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    background: #e0e0e0;
    height: 2px;
    font-size: 0;
}

.in-course-recommend .title .line:before {
    content: '';
    display: block;
    width: 86px;
    height: 2px;
    background: #c30d23;
}

.in-course-recommend .slide .swiper-slide {
    padding: 10px 0;
    font-size: 0;
}

.in-course-recommend .slide .swiper-slide a {
    display: block;
}

.in-course-recommend .slide .swiper-slide img {
    width: 593px;
    height: 130px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}


.in-course-special {
    padding-top: 50px;
}

.in-course-special .title {
    position: relative;
    display: -ms-flex;
    display: flex;
}

.in-course-special .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.in-course-special .title .name {
    font-size: 20px;
    font-weight: bold;
    color: #c30d23;
    position: relative;
    z-index: 20;
    padding-bottom: 5px;
}

.in-course-special .title .name:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #c30d23;
    position: absolute;
    left: 0;
    bottom: 0;
}

.in-course-special .course-special-slide {
    padding-top: 20px;
}

.course-special-slide {
    font-size: 0;
}

.course-special-slide .swiper-slide {
    padding: 10px 0;
}

.course-special-slide .swiper-slide a {
    display: block;
}

.course-special-slide .swiper-slide img {
    width: 390px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}


.in-resource {
    padding-top: 50px;
}

.in-resource-list .swiper-container {
    padding-bottom: 60px;
}

.in-resource-list .swiper-pagination {
    bottom: 0;
}

.in-resource-list .swiper-slide {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-resource-list .swiper-slide .item {
    width: 380px;
    padding-top: 30px;
    margin-right: 30px;
}

.in-resource-list .swiper-slide .item:nth-child(3n + 0) {
    margin-right: 0;
}

.in-resource-list .swiper-slide .item .box {
    display: block;
    position: relative;
}

.in-resource-list .swiper-slide .item .box .img {
    font-size: 0;
}

.in-resource-list .swiper-slide .item .box .img img {
    width: 380px;
    height: 213px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.in-resource-list .swiper-slide .item .box .txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 0 5px 5px;
}


.in-alliance {
    width: 1220px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.in-alliance-point {
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    left: 0;
    top: -162px;
}

.in-alliance-list {
    font-size: 0;
    position: relative;
    padding: 15px 0;
}

.in-alliance-list .in-button-prev2 {
    left: -56px;
}

.in-alliance-list .in-button-next2 {
    right: -56px;
}

.in-alliance-list .swiper-container {
    padding: 0 10px;
}

.in-alliance-list .swiper-slide {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.in-alliance-list .swiper-slide .item {
    width: 380px;
    padding: 15px 0;
    margin-right: 30px;
}

.in-alliance-list .swiper-slide .item:nth-child(3n + 0) {
    margin-right: 0;
}

.in-alliance-list .swiper-slide .item a {
    display: block;
}

.in-alliance-list .swiper-slide .item img {
    width: 380px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}


.in-academy {
    padding-top: 30px;
}

.in-academy-list {
    width: calc(100% + 10px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    padding: 15px 0;
}


.page-news {
    padding: 60px 0;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.page-news-l {
    width: 790px;
}

.page-news-r {
    width: 306px;
}

.page-news-list {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-news-list .item {
    width: calc(50% - 28px);
    border-bottom: 1px dotted #b6b6b6;
    padding: 20px 0 20px 20px;
    position: relative;
    font-size: 14px;
}

.page-news-list .item:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #c30d23;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 27px;
}

.page-news-list .item a {
    color: #000;
}

.page-news-list .item a:hover {
    color: #c30d23;
}


.page-news-title {
    border-bottom: 1px solid #ebebeb;
    display: -ms-flex;
    display: flex;
}

.page-news-title .name {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    z-index: 20;
}

.page-news-title .name span {
    color: #c30d23;
}

.page-news-title .name:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #c30d23;
}

.page-news-recommend {
    padding-top: 20px;
}

.page-news-recommend .item {
    padding-top: 30px;
    border-bottom: 1px solid #ebebeb;
}

.page-news-recommend .item:first-child {
    padding-top: 0;
}

.page-news-recommend .item .img {
    font-size: 0;
}

.page-news-recommend .item .img a {
    display: block;
}

.page-news-recommend .item .img img {
    width: 100%;
    height: 172px;
}

.page-news-recommend .item .txt {
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
}

.page-news-recommend .item .txt a {
    color: #000;
}

.page-news-recommend .item .txt a:hover {
    color: #c30d23;
}


.page-news-detail {
    padding: 40px 0;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.page-news-detail-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.page-news-detail-note {
    font-size: 14px;
    color: #999;
    padding-top: 20px;
    text-align: center;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-news-detail-note .item {
    position: relative;
    padding-right: 11px;
    margin-right: 10px;
}

.page-news-detail-note .item:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.page-news-detail-note .item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-news-detail-note .item:last-child:after {
    display: none;
}

.page-news-detail-content {
    font-size: 14px;
    color: #666;
    padding: 40px 0;
    line-height: 1.8;
}


.page-education {
    background: url("../images/education-background.jpg") no-repeat center top / 1920px auto;
    padding: 60px 0;
}

.page-education-title {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.page-education-title .name {
    font-size: 0;
    position: relative;
    margin-right: 10px;
}

.page-education-title .name img {
    height: 40px;
}

.page-education-title .name:after {
    content: '';
    display: block;
    width: 194px;
    height: 30px;
    background: url("../images/education-title-line.png") no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 4px;
}

.page-education-title .note {
    font-size: 17px;
    line-height: 20px;
    color: #000;
    padding-left: 12px;
    position: relative;
}

.page-education-title .note:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #c30d23;
}

.page-education-slide {
    height: 650px;
    box-sizing: border-box;
    padding-top: 75px;
}

.page-education-slide .swiper-container {
    width: 1200px;
    height: 496px;
}

.page-education-slide .swiper-button-prev,
.page-education-slide .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-size: 100% 100%;
}

.page-education-slide .swiper-button-prev {
    left: 5px;
    background-image: url("../images/education-prev.png");
}

.page-education-slide .swiper-button-next {
    right: 5px;
    background-image: url("../images/education-next.png");
}

.page-education-slide .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.page-education-slide .swiper-slide:before {
    content: '';
    display: block;
    width: 778px;
    height: 496px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -248px;
    background: url("../images/education-slide-l.png") no-repeat center / 100% 100%;
}

.page-education-slide .swiper-slide:after {
    content: '';
    display: block;
    width: 278px;
    height: 412px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -206px;
    background: url("../images/education-slide-r.png") no-repeat center / 100% 100%;
}

.page-education-slide .swiper-slide .box {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 20;
    padding: 55px 114px 0 103px;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-education-slide .swiper-slide .box .img {
    font-size: 0;
    background: #fff;
    padding: 12px;
    box-shadow: 0 3px 8px rgba(195, 13, 35, .24);
}

.page-education-slide .swiper-slide .box .img a {
    display: block;
}

.page-education-slide .swiper-slide .box .img img {
    width: 690px;
    height: 390px;
}

.page-education-slide .swiper-slide .box .con {
    width: 214px;
    padding-top: 53px;
}

.page-education-slide .swiper-slide .box .con .txt {
    background: #fff;
    box-shadow: 0 3px 8px rgba(195, 13, 35, .24);
    padding: 30px 0 15px 0;
}

.page-education-slide .swiper-slide .box .con .txt .title {
    padding: 0 20px 10px 20px;
    font-size: 16px;
    color: #c30d23;
}

.page-education-slide .swiper-slide .box .con .txt .title a {
    color: #c30d23;
}

.page-education-slide .swiper-slide .box .con .txt .line {
    width: 68px;
    height: 8px;
    background: #c30d23;
}

.page-education-slide .swiper-slide .box .con .txt .content {
    padding: 10px 20px;
    font-size: 12px;
    color: #515151;
    line-height: 24px;
    text-indent: 2em;
}

.page-education-slide .swiper-slide .box .con .txt .content .text-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    max-height: 144px;
    overflow: hidden;
}

.page-education-slide .swiper-slide .box .con .txt .more {
    padding: 0 20px;
    text-align: right;
}

.page-education-slide .swiper-slide .box .con .txt .more a {
    font-size: 12px;
    color: #c30d23;
    position: relative;
    padding-left: 20px;
}

.page-education-slide .swiper-slide .box .con .txt .more a:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: url("../images/education-more.png") no-repeat center / 100% 100%;
}


.page-education-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-education-list .item {
    width: 232px;
    margin-right: 10px;
    padding-top: 30px;
}

.page-education-list .item:nth-child(5n + 0) {
    margin-right: 0;
}


.page-education-more {
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    color: #999;
}

.page-education-more a {
    color: #999;
}

.page-education-more a:hover {
    color: #c30d23;
}


.page-lecture {
    padding-bottom: 60px;
}

.banner-lecture {
    background: url("../images/lecture-background.jpg") no-repeat center / auto 100%;
}

.banner-lecture .swiper-pagination {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 30px;
}

.banner-lecture .swiper-slide {
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.banner-lecture .swiper-slide .center-1200 {
    position: relative;
    height: 100%;
}

.banner-lecture .swiper-slide .img {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner-lecture .swiper-slide .img img {
    height: 800px;
}

.banner-lecture .swiper-slide .con .intro {
    min-height: 530px;
    box-sizing: border-box;
    padding-top: 135px;
}

.banner-lecture .swiper-slide .con .title {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.banner-lecture .swiper-slide .con .title .name {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-right: 20px;
}

.banner-lecture .swiper-slide .con .title .note {
    font-size: 16px;
    line-height: 20px;
}

.banner-lecture .swiper-slide .con .content {
    padding: 40px 0;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}

.banner-lecture .swiper-slide .con .other {
    display: -ms-flex;
    display: flex;
}

.banner-lecture .swiper-slide .con .button {
    margin-right: 270px;
}

.banner-lecture .swiper-slide .con .button a {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    padding-right: 44px;
    background: #c30d23;
}

.banner-lecture .swiper-slide .con .button a:after {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    background: #cb2c3f url("../images/lecture-banner-play.png") no-repeat center / 24px 24px;
}

.banner-lecture .swiper-slide .con .code {
    font-size: 0;
}

.banner-lecture .swiper-slide .con .code img {
    width: 132px;
}

.banner-lecture .swiper-slide .full-img {
    display: block;
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    font-size: 0;
}

.banner-lecture .swiper-slide .full-img img {
    width: 100%;
    height: 100%;
}


.page-lecture-nav {
    width: 100%;
    height: 70px;
}

.page-lecture-nav .position {
    width: 100%;
    height: 70px;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 1062px;
    z-index: 999;
}

.page-lecture-nav .position.fixed {
    position: fixed;
    top: 162px;
}

.page-lecture-nav .center-1200 {
    height: 70px;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.page-lecture-nav .title {
    font-size: 0;
}

.page-lecture-nav .title img {
    height: 56px;
}

.page-lecture-nav .list {
    display: -ms-flex;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    align-items: center;
}

.page-lecture-nav .list .item {
    padding-left: 45px;
}

.page-lecture-nav .list .item a {
    display: block;
    position: relative;
    padding-left: 45px;
    font-size: 19px;
    color: #fff;
}

.page-lecture-nav .list .item a:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/lecture-nav.png") no-repeat left center / auto 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}

.page-lecture-nav .list .item a.icon-authority:before {
    background-position-x: 0;
}

.page-lecture-nav .list .item a.icon-academy:before {
    background-position-x: -32px;
}

.page-lecture-nav .list .item a.icon-history:before {
    background-position-x: -64px;
}


.page-lecture-group {
    position: relative;
    padding-top: 80px;
}

.page-lecture-point {
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    left: 0;
    top: -232px;
}

.page-lecture-title {
    max-width: 1200px;
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-lecture-title .name {
    font-size: 19px;
    color: #fff;
    line-height: 44px;
    background: #c30d23;
    border-radius: 5px;
    padding: 0 20px;
}

.page-lecture-rows .page-lecture-slide {
    padding-top: 30px;
}

.page-lecture-rows .page-lecture-slide:first-child {
    padding-top: 0;
}

.page-lecture-slide .swiper-container-outer {
    padding-bottom: 40px;
}

.page-lecture-slide .swiper-pagination {
    bottom: 0;
}

.page-lecture-slide .in-button-prev3 {
    left: 50%;
    margin-left: -840px;
    margin-top: 0;
    top: auto;
    bottom: 172px;
}

.page-lecture-slide .in-button-next3 {
    right: 50%;
    margin-right: -840px;
    margin-top: 0;
    top: auto;
    bottom: 172px;
}

@media all and (max-width: 1680px) {
    .page-lecture-slide .in-button-prev3 {
        left: 0;
        margin-left: 0;
    }

    .page-lecture-slide .in-button-next3 {
        right: 0;
        margin-right: 0;
    }
}

.page-lecture-slide .slogan {
    font-size: 0;
    text-align: center;
    padding: 50px 0 40px 0;
}

.page-lecture-slide .slogan img {
    max-width: 100%;
}

.page-lecture-slide .swiper-container-inside {
    padding-top: 60px;
    position: relative;
}

.page-lecture-slide .inside-button-prev,
.page-lecture-slide .inside-button-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    background: url("../images/slide-controller2.png") no-repeat left bottom / 200% 200%;
    cursor: pointer;
    z-index: 99;
}

.page-lecture-slide .inside-button-prev {
    right: 46px;
    background-position-x: left;
}

.page-lecture-slide .inside-button-next {
    right: 0;
    background-position-x: right;
}

.page-lecture-slide .inside-button-prev.swiper-button-disabled,
.page-lecture-slide .inside-button-next.swiper-button-disabled {
    pointer-events: none;
}

.page-lecture-slide .swiper-container-inside .outer-button-prev,
.page-lecture-slide .swiper-container-inside .outer-button-next {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 98;
}

.page-lecture-slide .swiper-container-inside .outer-button-prev {
    right: 46px;
}

.page-lecture-slide .swiper-container-inside .outer-button-next {
    right: 0;
}


.page-lecture-history-group {
    padding-top: 40px;
}

.page-lecture-history .page-lecture-history-group:first-child {
    padding-top: 0;
}

.page-lecture-history-title {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-lecture-history-title .name {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    font-size: 19px;
    color: #000;
    line-height: 44px;
    font-weight: bold;
    padding: 0 20px;

}

.page-lecture-history-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-lecture-history-list .item {
    width: 270px;
    height: auto;
    padding-top: 30px;
    margin-right: 40px;
}

.page-lecture-history-list .item:nth-child(4n + 0) {
    margin-right: 0;
}


.page-course {
    padding: 30px 0;
}

.page-course-group {
    padding: 30px 0;
}

.page-course-group.padding-small {
    padding: 20px 0;
}

.page-course-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-course-list .item {
    width: 270px;
    height: auto;
    padding-top: 30px;
    margin-right: 40px;
}

.page-course-list .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-course-group .page-group-more {
    padding-top: 30px;
}

.page-course-type {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 18px;
}

.page-course-type .group {
    width: 180px;
    height: 30px;
    padding-top: 5px;
    margin-right: 24px;
    position: relative;
}

.page-course-type .group:nth-child(6n + 0) {
    margin-right: 0;
}

.page-course-type .group .box {
    width: 180px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 5px;
}

.page-course-type .group .box:after {
    display: none;
    content: '';
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    position: absolute;
    left: -10px;
    top: -5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.page-course-type .group .box .list {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 20;
}

.page-course-type .group .box .list .name,
.page-course-type .group .box .list .item {
    font-size: 14px;
    line-height: 30px;
    margin-right: 15px;
}

.page-course-type .group .box .list .name a {
    color: #2f2f2f;
}

.page-course-type .group .box .list .item a {
    color: #999999;
}

.page-course-type .group .box .list .name a:hover,
.page-course-type .group .box .list .item a:hover {
    color: #c30d23;
}

.page-course-type .group .box .list .item:last-child {
    margin-right: 0;
}

.page-course-type .group .box:hover {
    height: auto;
    z-index: 999;
}

.page-course-type .group .box:hover:after {
    display: block;
}

.page-course-tabs {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
}

.page-course-tabs .item {
    width: 12.5%;
    font-size: 14px;
    color: #2f2f2f;
    line-height: 1;
    padding-top: 15px;
}

.page-course-tabs .item a {
    color: #2f2f2f;
}

.page-course-tabs .item a:hover {
    color: #c30d23;
}

.page-course-tabs.align-left .item {
    width: auto;
    margin-right: 40px;
}

.page-course-tabs.align-left .item:last-child {
    margin-right: 0;
}

.page-course-tabs.align-center {
    justify-content: center;
}

.page-course-tabs.align-center .item {
    width: auto;
    padding: 15px 20px 0 20px;
}


.page-course-sub {
    padding-bottom: 40px;
}

.page-course-sub-tabs {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 45px 0;
}

.page-course-sub-tabs .item {
    padding: 15px;
}

.page-course-sub-tabs .item a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    font-size: 22px;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    border-radius: 5px;
}

.page-course-sub-tabs .item a.on {
    background: #c30d23;
    color: #fff;
    border-color: #c30d23;
}


.page-course-sub-tabs .item a.on:hover {
    color: #fff;
}

.page-course-sub-tabs .item a:hover {
    color: #c30d23;
}

.page-course-sub-wrap {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.page-course-sub-menu {
    width: 200px;
}

.page-course-sub-menu .title {
    width: auto;
    height: 75px;
    background: #c30d23;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.page-course-sub-menu .list {
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
}

.page-course-sub-menu .list .item a {
    display: block;
    min-height: 50px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    padding: 10px 15px 10px 35px;
    position: relative;
}

.page-course-sub-menu .list .item:last-child a {
    border-radius: 0 0 5px 5px;
}

.page-course-sub-menu .list .item a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #c30d23;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -4px;
}

.page-course-sub-menu .list .item a:hover {
    color: #c30d23;
}

.page-course-sub-menu .list .item a.on {
    background: #ececec;
    color: #c30d23;
}

.page-course-sub-main {
    width: 980px;
}


.page-course-sub-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-course-sub-list .item {
    width: 300px;
    height: auto;
    padding-top: 30px;
    margin-right: 40px;
}

.page-course-sub-list .item:nth-child(3n + 0) {
    margin-right: 0;
}


.page-course-detail {
    padding: 30px 0 60px 0;
}

.page-course-detail-intro {
    background: #fff;
    padding: 19px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-course-detail-intro .img {
    width: 540px;
    position: relative;
    font-size: 0;
    margin-right: 20px;
}

.page-course-detail-intro .img .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.page-course-detail-intro .img .imgbox img {
    width: 100%;
    height: 100%;
}

.page-course-detail-intro .img .space svg {
    width: 100%;
}

.page-course-detail-intro .con {
    width: 590px;
}

.page-course-detail-intro .con .brace {
    min-height: 270px;
}

.page-course-detail-intro .con .title {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
}

.page-course-detail-intro .con .title .txt {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}

.page-course-detail-intro .con .title .tag {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-course-detail-intro .con .title .tag .item {
    margin-right: 10px;
    padding: 5px 0;
}

.page-course-detail-intro .con .title .tag .item span {
    display: block;
    line-height: 20px;
    border: 1px solid #c30d23;
    padding: 0 4px;
    border-radius: 3px;
    color: #c30d23;
    font-size: 12px;
}

.page-course-detail-intro .con .title .tag .item:last-child {
    margin-right: 0;
}

.page-course-detail-intro .con .content {
    font-size: 14px;
    padding: 12px 0;
}

.page-course-detail-intro .con .content .item {
    padding: 3px 0;
    display: -ms-flex;
    display: flex;
}

.page-course-detail-intro .con .content .item .tit {
    color: #999;
    margin-right: 10px;
}

.page-course-detail-intro .con .content .item .txt {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    color: #333;
}

.page-course-detail-intro .con .content .item .txt a {
    color: #333;
}

.page-course-detail-intro .con .content .item .txt a:hover {
    color: #c30d23;
}

.page-course-detail-intro .con .teacher {
    background: #f9f9f9;
    border-radius: 5px;
    padding-top: 15px;
}

.page-course-detail-intro .con .teacher .head {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-course-detail-intro .con .teacher .head .tit {
    font-size: 14px;
    color: #c30d23;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.page-course-detail-intro .con .teacher .head .tit:before {
    content: '';
    display: block;
    width: 5px;
    height: 16px;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.page-course-detail-intro .con .teacher .head .button {
    display: -ms-flex;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.page-course-detail-intro .con .teacher .head .button .item {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    cursor: pointer;
}

.page-course-detail-intro .con .teacher .head .button .item:before {
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    background: url("../images/course-detail-controller.png") no-repeat left top / 200% 200%;
}

.page-course-detail-intro .con .teacher .head .button .item:last-child {
    margin-right: 0;
}

.page-course-detail-intro .con .teacher .head .button .item.prev:before {
    background-position-x: left;
}

.page-course-detail-intro .con .teacher .head .button .item.next:before {
    background-position-x: right;
}

.page-course-detail-intro .con .teacher .head .button .item:hover:before {
    background-position-y: bottom;
}

.page-course-detail-intro .con .teacher .head .button .item.swiper-button-disabled {
    pointer-events: none;
    opacity: .5;
}

.page-course-detail-intro .con .teacher .list .swiper-slide .box {
    padding: 15px 15px 20px 15px;
}

.page-course-detail-intro .con .teacher .list .swiper-slide .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.page-course-detail-intro .con .teacher .list .swiper-slide .name a {
    color: #333;
}

.page-course-detail-intro .con .teacher .list .swiper-slide .name a:hover {
    color: #c30d23;
}

.page-course-detail-intro .con .teacher .list .swiper-slide .note {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

.page-course-detail-intro .con .other {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.page-course-detail-intro .con .total {
    font-size: 14px;
    color: #999;
    position: relative;
    padding-left: 25px;
}

.page-course-detail-intro .con .total:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: url("../images/course-detail-total.png") no-repeat center / 100% 100%;
}

.page-course-detail-intro .con .total span {
    color: #c30d23;
    padding: 0 5px;
}

.page-course-detail-space {
    height: 60px;
}

.page-course-detail-wrap {
    display: -ms-flex;
    display: flex;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.page-course-detail-menu {
    width: 220px;
    background: #f9f9f9;
    border-radius: 10px 0 0 10px;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
}

.page-course-detail-menu .item {
    padding-top: 10px;
}

.page-course-detail-menu .item:first-child {
    padding-top: 0;
}

.page-course-detail-menu .item a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.page-course-detail-menu .item a span {
    display: block;
    position: relative;
    padding-left: 20px;
    z-index: 20;
}

.page-course-detail-menu .item a span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #c30d23;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.page-course-detail-menu .item a:hover {
    color: #c30d23;
}

.page-course-detail-menu .item a.on {
    color: #fff;
    font-weight: bold;
}

.page-course-detail-menu .item a.on:after {
    content: '';
    display: block;
    width: calc(100% + 20px);
    height: 100%;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.page-course-detail-menu .item a.on span:before {
    background: #fff;
}

.page-course-detail-main {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 600px;
    padding: 0 30px 0 48px;
}

.page-course-detail-main .infolist {
    display: none;
}

.page-course-detail-main .infolist.show {
    display: block;
}

.page-course-detail-title {
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 29px 0 0 20px;
}

.page-course-detail-title:before {
    content: '';
    display: block;
    width: 5px;
    height: 20px;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 44px;
}

.page-course-detail-content {
    font-size: 14px;
    color: #666;
    line-height: 2.1;
    padding: 20px 0 40px 0;
}

.page-course-detail-imgs {
    font-size: 0;
    padding: 20px 0 40px 0;
    text-align: center;
}

.page-course-detail-video {
    font-size: 0;
    padding: 30px 0 40px 0;
}

.page-course-detail-video video {
    width: 100%;
}

.page-course-detail-files {
    padding: 30px 0 40px 0;
}

.page-course-detail-files table thead tr th {
    background: #f9f9f9;
    height: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.page-course-detail-files table tbody tr td {
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.page-course-detail-files table tbody tr td:first-child {
    text-align: left;
}

.page-course-detail-files table tbody tr td .name {
    display: inline-block;
    color: #666;
    position: relative;
    padding-left: 20px;
}

.page-course-detail-files table tbody tr td .name:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: url("../images/course-detail-file.png") no-repeat left center / 200% 100%;
}

.page-course-detail-files table tbody tr td .name:hover {
    color: #c30d23;
}

.page-course-detail-files table tbody tr td .name:hover:before {
    background-position: right;
}

.page-course-detail-files table tbody tr td .type {
    color: #999;
}

.page-course-detail-files table tbody tr td .button {
    display: inline-block;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 0 15px 0 35px;
    position: relative;
}

.page-course-detail-files table tbody tr td .button:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    background: url("../images/course-detail-preview.png") no-repeat left top / 200% 200%;
}

.page-course-detail-files table tbody tr td .button:hover {
    color: #c30d23;
    border-color: #c30d23;
}

.page-course-detail-files table tbody tr td .button:hover:before {
    background-position-y: bottom;
}

.page-course-detail-files table tbody tr td .button.video:before {
    background-position-x: 0;
}

.page-course-detail-files table tbody tr td .button.doc:before {
    background-position-x: -14px;
}


.page-course-detail-teacher {
    padding-bottom: 10px;
}

.page-course-detail-teacher .item {
    display: -ms-flex;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.page-course-detail-teacher .item:last-child {
    border-bottom: 0 none;
}

.page-course-detail-teacher .item .img {
    font-size: 0;
    margin-right: 30px;
}

.page-course-detail-teacher .item .img a {
    display: block;
}

.page-course-detail-teacher .item .img img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.page-course-detail-teacher .item .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.page-course-detail-teacher .item .con .tit {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.page-course-detail-teacher .item .con .tit .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}

.page-course-detail-teacher .item .con .tit .name a {
    color: #333;
}

.page-course-detail-teacher .item .con .tit .name a:hover {
    color: #c30d23;
}

.page-course-detail-teacher .item .con .tit .note {
    font-size: 14px;
    color: #999;
}

.page-course-detail-teacher .item .con .txt {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 10px;
}

.page-course-detail-teacher .item .con .txt {
    max-height: 72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-course-detail-teacher .item .con .btn {
    padding-top: 10px;
}

.page-course-detail-teacher .item .con .btn a {
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.page-course-detail-teacher .item .con .btn a:before {
    content: '展开全部';
    font-size: 14px;
    color: #c30d23;
    margin-right: 5px;
}

.page-course-detail-teacher .item .con .btn a:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url("../images/course-detail-toggle.png") no-repeat center / 100% 100%;
    transition: transform .2s;
}

.page-course-detail-teacher .item.show .con .txt {
    max-height: max-content;
    display: block;
}

.page-course-detail-teacher .item.show .con .btn a:before {
    content: '收起全部';
}

.page-course-detail-teacher .item.show .con .btn a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.page-course-detail-recommend {
    padding-top: 40px;
}

.page-course-detail-recommend .recommend-title {
    font-size: 24px;
}

.page-course-detail-recommend .recommend-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-course-detail-recommend .recommend-list .item {
    width: 270px;
    margin-right: 40px;
    padding-top: 20px;
}

.page-course-detail-recommend .recommend-list .item:nth-child(4n + 0) {
    margin-right: 0;
}


.page-resource {
    padding: 30px 0;
}

.page-resource-group {
    padding: 30px 0;
}

.page-resource-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-resource-list .item {
    width: 270px;
    margin-right: 40px;
    padding-top: 30px;
}

.page-resource-list .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-resource-group .page-group-more {
    padding-top: 30px;
}

.page-resource-sub {
    padding: 30px 0;
}

.page-resource-sub .pagebar {
    padding: 40px 0;
}

.page-resource-detail {
    padding: 30px 0 60px 0;
}


.page-resource-detail-intro {
    background: #fff;
    padding: 19px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page-resource-detail-intro .img {
    width: 540px;
    position: relative;
    font-size: 0;
    margin-right: 20px;
}

.page-resource-detail-intro .img .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.page-resource-detail-intro .img .imgbox img {
    width: 100%;
    height: 100%;
}

.page-resource-detail-intro .img .space svg {
    width: 100%;
}

.page-resource-detail-intro .con {
    width: 590px;
}

.page-resource-detail-intro .con .brace {
    min-height: 270px;
}

.page-resource-detail-intro .con .title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
}

.page-resource-detail-intro .con .content {
    padding-top: 20px;
}

.page-resource-detail-intro .con .content .tit {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resource-detail-intro .con .content .tit .name {
    font-size: 14px;
    color: #c30d23;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}

.page-resource-detail-intro .con .content .tit .name:before {
    content: '';
    display: block;
    width: 5px;
    height: 16px;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.page-resource-detail-intro .con .content .tit .more a {
    display: -ms-flex;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2px 5px;
}

.page-resource-detail-intro .con .content .tit .more a:before {
    content: '展开';
    font-size: 12px;
    color: #999;
    margin-right: 3px;
}

.page-resource-detail-intro .con .content .tit .more a:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url("../images/in-course-show.png") no-repeat center top / 100% 200%;
}

.page-resource-detail-intro .con .content .txt {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding-top: 10px;
    height: 154px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-resource-detail-intro .con .content.show .tit .more a {
    border-color: #c30d23;
}

.page-resource-detail-intro .con .content.show .tit .more a:before {
    content: '收起';
    color: #c30d23;
}

.page-resource-detail-intro .con .content.show .tit .more a:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: center bottom;
}

.page-resource-detail-intro .con .content.show .txt {
    height: auto;
    display: block;
}

.page-resource-detail-intro .con .other {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.page-resource-detail-intro .con .total {
    font-size: 14px;
    color: #999;
    position: relative;
    padding-left: 25px;
}

.page-resource-detail-intro .con .total:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    background: url("../images/course-detail-total.png") no-repeat center / 100% 100%;
}

.page-resource-detail-intro .con .total span {
    color: #c30d23;
    padding: 0 5px;
}

.page-resource-detail-space {
    height: 60px;
}

.page-resource-detail-wrap {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 29px;
}

.page-resource-detail-title {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-resource-detail-title .name {
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    min-width: 210px;
    background: #c30d23;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.page-resource-detail-title .name:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -4px;
}

.page-resource-detail-main {
    padding-top: 10px;
}

.page-resource-detail-main .group .title {
    font-size: 18px;
    color: #454545;
    line-height: 30px;
    box-sizing: border-box;
    min-height: 60px;
    padding: 15px 0 15px 30px;
    position: relative;
}

.page-resource-detail-main .group .title:before {
    content: '';
    display: block;
    width: 15px;
    height: 18px;
    background: url("../images/resource-menu.png") no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.page-resource-detail-main .group .title a {
    color: #454545;
}

.page-resource-detail-main .group .title a:hover {
    color: #c30d23;
}

.page-resource-detail-main .group .list .item {
    margin-bottom: 1px;
    background: #fef6f6;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 30px;
}

.page-resource-detail-main .group .list .item:last-child {
    margin-bottom: 0;
}

.page-resource-detail-main .group .list .item .name {
    font-size: 14px;
    color: #454545;
    line-height: 30px;
}

.page-resource-detail-main .group .list .item .name a {
    color: #454545;
}

.page-resource-detail-main .group .list .item .name a:hover {
    color: #c30d23;
}

.page-resource-detail-main .group .list .item .button a {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    font-size: 14px;
    color: #999;
    border: 1px solid #999;
    box-sizing: border-box;
    height: 30px;
    border-radius: 20px;
}

.page-resource-detail-main .group .list .item .button a:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url("../images/resource-detail-preview.png") no-repeat left top / 100% 200%;
    margin-right: 10px;
}

.page-resource-detail-main .group .list .item .button a:hover {
    color: #c30d23;
    border-color: #c30d23;
}

.page-resource-detail-main .group .list .item .button a:hover:before {
    background-position: bottom;
}


.banner-alliance {
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.page-alliance {
    padding: 30px 0;
    position: relative;
}

.page-alliance-group {
    padding: 30px 0;
}

.page-alliance-total {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #999;
}

.page-alliance-total:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("../images/access-total.png") no-repeat center / 100% 100%;
}

.page-alliance-title {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    position: relative;
    padding-bottom: 20px;
}

.page-alliance-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
}

.page-alliance-title-sub {
    font-size: 18px;
    width: 100px;
    color: #fff;
    background: #c30d23;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
}

.page-alliance-intro {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.page-alliance-intro .img {
    font-size: 0;
    position: relative;
    width: 600px;
}

.page-alliance-intro .img .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-alliance-intro .img .imgbox img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.page-alliance-intro .img .space svg {
    width: 100%;
}

.page-alliance-intro .con {
    width: 560px;
}

.page-alliance-intro .con .tit {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.page-alliance-intro .con .scroll {
    height: 292px;
    overflow: auto;
}

.page-alliance-intro .con .txt {
    min-height: 292px;
    font-size: 14px;
    line-height: 41px;
    background: url("../images/alliance-text-border.png") left top / auto 41px;
}

.page-alliance-more {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
}

.page-alliance-more a {
    display: -ms-flex;
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
}

.page-alliance-more a:after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url("../images/icon-more.png") no-repeat top / 100% 200%;
    margin-left: 5px;
}

.page-alliance-more a:hover {
    color: #c30d23;
}

.page-alliance-more a:hover:after {
    background-position: bottom;
}

.page-alliance-course {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-alliance-course .item {
    width: 270px;
    padding-top: 30px;
    margin-right: 40px;
}

.page-alliance-course .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-alliance-paper {
    width: calc(100% + 10px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    padding-top: 15px;
}


.page-alliance-team {
    padding-top: 30px;
}

.page-alliance-note {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-top: 10px;
}

.page-alliance-member {
    width: calc(100% + 10px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    position: relative;
    padding: 15px 0;
}

.page-alliance .pagebar {
    padding: 40px 0 0 0;
}


.page-academy {
    padding: 60px 0;
}

.page-academy-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
}

.page-academy-list .item {
    width: 270px;
    padding-top: 30px;
    margin-right: 40px;
}

.page-academy-list .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-academy-list .item .box {
    display: block;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.page-academy-list .item .box img {
    width: 270px;
    height: 120px;
    border-radius: 10px;
}


.page-academy-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}

.page-academy-banner .center-1200 {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    height: 350px;
}

.page-academy-banner .logo {
    font-size: 0;
    padding-top: 30px;
}

.page-academy-banner .logo img {
    width: 160px;
    height: 160px;
}


.page-academy-intro {
    background: url("../images/academy-intro.jpg") no-repeat center / cover;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    padding: 40px;
}

.page-academy-intro .access {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999;
    position: absolute;
    right: 40px;
    top: 20px;
}

.page-academy-intro .access:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("../images/access-total.png") no-repeat center / 100% 100%;
}

.page-academy-intro .title {
    font-size: 27px;
    font-weight: bold;
    color: #000;
}

.page-academy-intro .content {
    font-size: 16px;
    line-height: 31px;
    text-indent: 2em;
    padding-top: 10px;
}

.page-academy-detail {
    background: url("../images/academy-background.jpg") no-repeat center top / 1920px auto;
}

.page-academy-main {
    padding-bottom: 60px;
}

.page-academy-main .page-academy-group {
    padding-top: 60px;
}

.page-academy-main .page-academy-group:first-child {
    padding-top: 20px;
}

.page-academy-group .page-group-more {
    padding-top: 30px;
}

.page-academy-idea {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    margin-top: 30px;
    padding: 25px;
    display: -ms-flex;
    display: flex;
}

.page-academy-idea .img {
    font-size: 0;
    margin-right: 25px;
}

.page-academy-idea .img img {
    width: 710px;
    height: 400px;
}

.page-academy-idea .video {
    font-size: 0;
    margin-right: 25px;
}

.page-academy-idea .video video {
    width: 710px;
    height: 400px;
}


.page-academy-idea .img img {
    width: 710px;
    height: 400px;
}

.page-academy-idea .con {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    border: 3px solid #e1e1e1;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
}

.page-academy-idea .con:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-top: 3px solid #e1e1e1;
    border-left: 3px solid #e1e1e1;
    position: absolute;
    left: -15px;
    top: 40px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page-academy-idea .con .txt {
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    text-indent: 2em;
    color: #000;
}

.page-academy-idea .con .share-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.page-academy-course {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-academy-course .item {
    width: 270px;
    height: auto;
    padding-top: 30px;
    margin-right: 40px;
}

.page-academy-course .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-academy-team {
    padding-top: 30px;
}

.page-academy-paper {
    width: calc(100% + 10px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    padding-top: 25px;
}

.page-academy-result {
    padding-top: 20px;
}

.page-academy-tabs {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-academy-tabs .item {
    padding: 20px 10px 0 10px;
}

.page-academy-tabs .item a {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    color: #000;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 0 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    transition: all .2s;
}

.page-academy-tabs .item a:hover {
    color: #c30d23;
}

.page-academy-tabs .item a.on {
    background: #c30d23;
    color: #fff;
    border-color: #c30d23;
}

.page-academy-result-list {
    display: -ms-flex;
    display: flex;
    padding-top: 40px;
}

.page-academy-result-list .item {
    position: relative;
}

.page-academy-result-list .item .space {
    font-size: 0;
}

.page-academy-result-list .item .space svg {
    width: 100%;
}

.page-academy-result-list .item .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.page-academy-result-list .item .img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.page-academy-result-list .item .txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-academy-result-list .item .txt a {
    color: #fff;
}

.page-academy-result-list .item .tag {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    border-radius: 0 5px 0 5px;
    font-size: 14px;
    padding: 0 10px;
    line-height: 24px;
    background: #c30d23;
    color: #fff;
}

.page-academy-result-list .item .btn {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    font-size: 0;
    z-index: 9;
}

.page-academy-result-list .item .btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/icon-play.png") no-repeat center / 100% 100%;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.page-academy-result-list .l {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.page-academy-result-list .r {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-academy-result-list .r {
    width: 600px;
}

.page-academy-result-list .r .group {
    width: 50%;
    padding: 7px 0 0 7px;
    box-sizing: border-box;
}

.page-academy-result-list .r .group:nth-child(1),
.page-academy-result-list .r .group:nth-child(2) {
    padding-top: 0;
}

.page-academy-result-list .r .item .txt {
    font-size: 18px;
    padding: 0 10px;
}

.page-academy-result-list .r .item .btn {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.page-academy-result-cons .infolist {
    display: none;
}

.page-academy-result-cons .infolist.show {
    display: block;
}


.page-academy-practice {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.page-academy-practice .l {
    width: 912px;
    height: 514px;
}

.page-academy-practice .l .swiper-container {
    width: 100%;
    height: 100%;
}

.page-academy-practice .l .swiper-slide {
    position: relative;
}

.page-academy-practice .l .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-academy-practice .l .swiper-slide .img {
    font-size: 0;
}

.page-academy-practice .l .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.page-academy-practice .l .swiper-slide .txt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 30px 0 80px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    font-size: 20px;
    color: #fff;
}

.page-academy-practice .l .swiper-slide .txt:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/icon-play.png") no-repeat center / 100% 100%;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -18px;
}

.page-academy-practice .l .swiper-slide .txt.hide-play {
    padding-left: 30px;
}

.page-academy-practice .l .swiper-slide .txt.hide-play:before {
    display: none;
}

.page-academy-practice .r {
    width: 266px;
}

.page-academy-practice .r .swiper-container {
    height: 470px;
    margin-bottom: 6px;
}

.page-academy-practice .r .swiper-button-prev,
.page-academy-practice .r .swiper-button-next {
    height: 16px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin: 0;
    width: 100%;
}

.page-academy-practice .r .swiper-button-prev:before,
.page-academy-practice .r .swiper-button-next:before {
    content: '';
    display: block;
    width: 15px;
    height: 10px;
    background: url("../images/academy-practice-controller.png") no-repeat left top / 200% 200%;
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
    top: 50%;
    margin-top: -5px;
}

.page-academy-practice .r .swiper-button-next:before {
    background-position-x: right;
}

.page-academy-practice .r .swiper-button-prev:hover:before,
.page-academy-practice .r .swiper-button-next:hover:before {
    background-position-y: bottom;
}

.page-academy-practice .r .swiper-button-prev {
    margin-bottom: 6px;
}

.page-academy-practice .r .swiper-slide {
    position: relative;
    width: 266px;
    height: 150px;
    cursor: pointer;
}

.page-academy-practice .r .swiper-slide .img {
    font-size: 0;
}

.page-academy-practice .r .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.page-academy-practice .r .swiper-slide .txt {
    width: 100%;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    font-size: 16px;
    color: #fff;
}


.page-academy-exp {
    width: calc(100% + 10px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.page-academy-exp .swiper-container {
    padding: 30px 5px 45px 5px;
}

.page-academy-exp .swiper-slide .box {
    display: block;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: background-color .2s;
}

.page-academy-exp .swiper-slide .box .name {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}

.page-academy-exp .swiper-slide .box .img {
    font-size: 0;
    position: relative;
}

.page-academy-exp .swiper-slide .box .img .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-academy-exp .swiper-slide .box .img .imgbox img {
    width: 100%;
    height: 100%;
}

.page-academy-exp .swiper-slide .box .title {
    font-size: 14px;
    font-weight: bold;
    color: #c30d23;
    text-align: center;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    line-height: 22px;
}

.page-academy-exp .swiper-slide .box .txt {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding-top: 10px;
    height: 240px;
}

.page-academy-exp .swiper-slide .box:hover {
    background: #e9566a;
}

.page-academy-exp .swiper-slide .box:hover .name,
.page-academy-exp .swiper-slide .box:hover .title,
.page-academy-exp .swiper-slide .box:hover .txt {
    color: #fff;
}


.page-academy-course-sub {
    padding: 20px 0 80px 0;
}

.page-academy-course-sub-title {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-academy-course-sub-title .name {
    line-height: 44px;
    background: #c30d23;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 19px;
    color: #fff;
}

.page-academy-course-sub-title .back a {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999;
}

.page-academy-course-sub-title .back a:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    margin-right: 5px;
    background: url("../images/icon-back.png") no-repeat top / 100% 200%;
}

.page-academy-course-sub-title .back a:hover {
    color: #c30d23;
}

.page-academy-course-sub-title .back a:hover:before {
    background-position: bottom;
}


.page-academy-result-sub {
    padding: 20px 0 80px 0;
}

.page-academy-result-sub .page-academy-tabs {
    padding: 20px 0;
}

.page-academy-course-sub .pagebar {
    padding: 40px 0 0 0;
}


.page-academy-result-sub-list {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-academy-result-sub-list .item {
    width: calc(25% - 27px);
    padding-top: 30px;
    margin-right: 36px;
}

.page-academy-result-sub-list .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-academy-result-sub-list .item .box {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    box-sizing: border-box;
    padding: 8px;
    position: relative;
}

.page-academy-result-sub-list .item .box .img {
    position: relative;
}

.page-academy-result-sub-list .item .box .img .imgbox {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}

.page-academy-result-sub-list .item .box .img .imgbox a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-academy-result-sub-list .item .box .img .imgbox img {
    width: 100%;
    height: 100%;
    transition: transform .5s;
}

.page-academy-result-sub-list .item .box .img .imgbox img:hover {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.page-academy-result-sub-list .item .box .img .space {
    font-size: 0;
}

.page-academy-result-sub-list .item .box .img .space svg {
    width: 100%;
}

.page-academy-result-sub-list .item .box .btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.page-academy-result-sub-list .item .box .btn a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/academy-result-arrow.png") no-repeat top / 100% 200%;
}

.page-academy-result-sub-list .item .box .btn a:hover {
    background-position: bottom;
}

.page-academy-result-sub-list .item .box .con {
    padding: 10px 0 15px 0;
}

.page-academy-result-sub-list .item .box .con .tit {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.page-academy-result-sub-list .item .box .con .tit a {
    color: #000;
}

.page-academy-result-sub-list .item .box .con .tit a:hover {
    color: #c30d23;
}

.page-academy-result-sub-list .item .box .con .txt {
    padding-top: 5px;
    color: #999;
    font-size: 15px;
}

.page-academy-result-sub-list .item .box .con .txt span {
    font-size: 13px;
    padding-left: 10px;
}


.page-academy-result-sub .pagebar {
    padding: 40px 0 0 0;
}


.page-academy-r-d {
    padding: 0 0 40px 0;
    position: relative;
}

.page-academy-r-d:after {
    content: '';
    display: block;
    width: 100%;
    height: 900px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(255, 247, 244, 0), #fff7f4, rgba(255, 247, 244, 0))
}

.page-academy-r-d-group {
    padding: 40px 0;
    position: relative;
}

.page-academy-r-d-group:first-child {
    z-index: 99;
}

.page-academy-r-d-group .center-1200 {
    position: relative;
    z-index: 30;
}

.page-academy-r-d-group .background {
    width: 100%;
    height: 1200px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -600px;
    background: url("../images/academy-result-background.jpg") no-repeat center bottom / 1920px auto;
}

.page-academy-r-d-back {
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

.page-academy-r-d-back a {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #999;
}

.page-academy-r-d-back a:before {
    content: '';
    display: block;
    width: 10px;
    height: 14px;
    margin-right: 5px;
    background: url("../images/icon-back.png") no-repeat top / 100% 200%;
}

.page-academy-r-d-back a:hover {
    color: #c30d23;
}

.page-academy-r-d-back a:hover:before {
    background-position: bottom;
}


.page-academy-r-d-intro {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.page-academy-r-d-intro .l {
    width: 720px;
}

.page-academy-r-d-intro .r {
    width: 460px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(195, 13, 35, .2);
}

.page-academy-r-d-intro .img {
    background: #fff;
    box-shadow: 0 3px 8px rgba(195, 13, 35, .2);
    position: relative;
    font-size: 0;
}

.page-academy-r-d-intro .img .imgbox {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.page-academy-r-d-intro .img .imgbox img {
    width: 100%;
    height: 100%;
}

.page-academy-r-d-intro .img .space svg {
    width: 100%;
}

.page-academy-r-d-intro .r .brace {
    min-height: 325px;
    box-sizing: border-box;
    padding: 50px 25px 0 25px;
}

.page-academy-r-d-intro .r .title {
    font-size: 25px;
    font-weight: bold;
    color: #c30d23;
    position: relative;
}

.page-academy-r-d-intro .r .title:before {
    content: '';
    display: block;
    width: 15px;
    height: 24px;
    background: #c30d23;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -12px;
}

.page-academy-r-d-intro .r .school {
    font-size: 18px;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.page-academy-r-d-intro .r .school span {
    margin-right: 20px;
}

.page-academy-r-d-intro .r .teacher {
    padding-top: 15px;
}

.page-academy-r-d-intro .r .teacher .tit {
    font-size: 18px;
    color: #999;
}

.page-academy-r-d-intro .r .teacher .txt {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-academy-r-d-intro .r .teacher .txt .item {
    padding-top: 15px;
    margin-right: 20px;
}

.page-academy-r-d-intro .r .teacher .txt .item:last-child {
    margin-right: 0;
}

.page-academy-r-d-intro .r .teacher .txt .item .name {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.page-academy-r-d-intro .r .teacher .txt .item .note {
    font-size: 20px;
    color: #000;
}

.page-academy-r-d-intro .r .other {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    height: 80px;
}

.page-academy-r-d-intro .r .other .total {
    font-size: 14px;
    color: #999;
}

.page-academy-r-d-intro .r .other .total span {
    color: #c30d23;
    font-size: 18px;
    font-weight: bold;
    padding: 0 5px;
}

.page-academy-r-d-title {
    text-align: center;
    font-size: 35px;
    height: 70px;
    box-sizing: border-box;
    line-height: 1;
    padding-top: 12px;
    font-weight: bold;
    color: #000;
    background: url("../images/academy-result-detail-title.png") no-repeat center / auto 70px;
    margin-bottom: 30px;
}

.page-academy-r-d-content {
    font-size: 20px;
    line-height: 35px;
    color: #000;
}

.page-academy-r-d-content .item {
    position: relative;
    padding-left: 30px;
}

.page-academy-r-d-content .item:before {
    content: '';
    display: block;
    width: 14px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 5px;
    background: #c30d23;
}

.page-academy-r-d-about {
    max-width: 1080px;
    margin: 0 auto;
}

.page-academy-r-d-video {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
    background: linear-gradient(#c30d23, #fdefd5, #c30d23);
    padding: 3px;
}

.page-academy-r-d-video .img {
    position: relative;
    font-size: 0;
}

.page-academy-r-d-video .img .imgbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-academy-r-d-video .img .imgbox a {
    display: block;
    width: 100%;
    height: 100%;
}

.page-academy-r-d-video .img .imgbox img {
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.page-academy-r-d-video .txt {
    width: calc(100% - 6px);
    height: 66px;
    line-height: 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 0 0 18px 18px;
    position: absolute;
    left: 3px;
    bottom: 3px;
    z-index: 20;
    box-sizing: border-box;
    padding: 0 30px;
}

.page-academy-r-d-video .txt a {
    color: #fff;
    position: relative;
    padding-left: 50px;
}

.page-academy-r-d-video .txt a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/icon-play.png") no-repeat center / 100% 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}


.page-academy-r-d-use {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 8px rgba(195, 13, 35, .2);
    box-sizing: border-box;
    padding: 50px 0;
}

.page-academy-r-d-use .page-academy-r-d-content {
    max-height: 280px;
    overflow: hidden;
}

.page-academy-r-d-use .page-academy-r-d-content .item {
    padding: 0 70px;
}

.page-academy-r-d-use .page-group-more {
    padding-top: 30px;
}

.page-academy-r-d-use .page-group-more a span:before {
    content: '查看全部';
}

.page-academy-r-d-group.show .page-academy-r-d-use .page-academy-r-d-content {
    max-height: max-content;
}

.page-academy-r-d-group.show .page-academy-r-d-use .page-group-more a span:before {
    content: '收起全部';
}


.page-academy-r-d-lead {
    max-width: 1140px;
    margin: 0 auto;
    border: 2px solid #c30d23;
    border-radius: 30px;
    box-sizing: border-box;
    padding: 30px 66px;
}

.page-academy-r-d-lead .page-academy-r-d-content {
    max-height: 210px;
    overflow: hidden;
}

.page-academy-r-d-lead .page-group-more {
    padding-top: 30px;
}

.page-academy-r-d-lead .page-group-more a span:before {
    content: '查看全部';
}

.page-academy-r-d-group.show .page-academy-r-d-lead .page-academy-r-d-content {
    max-height: max-content;
}

.page-academy-r-d-group.show .page-academy-r-d-lead .page-group-more a span:before {
    content: '收起全部';
}


.page-academy-r-d-team {
    position: relative;
}

.page-academy-r-d-team .swiper-container {
    padding: 10px 0 30px 0;
}

.page-academy-r-d-team .swiper-pagination {
    bottom: 0;
}

.page-academy-r-d-team .swiper-button-prev,
.page-academy-r-d-team .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -35px;
    background: url("../images/academy-result-detail-controller.png") no-repeat left top / 200% 200%;
}

.page-academy-r-d-team .swiper-button-prev:hover,
.page-academy-r-d-team .swiper-button-next:hover {
    background-position-y: bottom;
}

.page-academy-r-d-team .swiper-button-prev {
    background-position-x: left;
    left: -85px;
}

.page-academy-r-d-team .swiper-button-next {
    background-position-x: right;
    right: -85px;
}

.page-academy-r-d-team .swiper-slide {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
    align-items: center;
}

.page-academy-r-d-team .swiper-slide .img {
    font-size: 0;
}

.page-academy-r-d-team .swiper-slide .img img {
    width: 488px;
    height: 400px;
}

.page-academy-r-d-team .swiper-slide .con {
    width: 700px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(195, 13, 35, .2);
    box-sizing: border-box;
    padding: 40px 0;
}

.page-academy-r-d-team .swiper-slide .con .tit {
    font-size: 25px;
    font-weight: bold;
    color: #c30d23;
    position: relative;
    padding-left: 25px;
}

.page-academy-r-d-team .swiper-slide .con .tit:before {
    content: '';
    display: block;
    width: 15px;
    height: 24px;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.page-academy-r-d-team .swiper-slide .con .txt {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding: 20px 40px 0 50px;
    text-indent: 2em;
}


.page-error {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.page-error-box {
    width: 935px;
    height: 316px;
    background: url("../images/error-box.jpg") no-repeat center / 100% 100%;
    box-sizing: border-box;
    padding-left: 275px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-error-box .title {
    font-size: 23px;
    font-weight: bold;
    color: #000;
}

.page-error-box .title span {
    color: #c30d23;
}

.page-error-box .other {
    padding-top: 20px;
    display: -ms-flex;
    display: flex;
    align-items: center;
}

.page-error-box .other .text {
    font-size: 18px;
    color: #000;
    margin-right: 20px;
}

.page-error-box .other .button a {
    display: block;
    line-height: 48px;
    padding: 0 20px;
    background: #c30d23;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
}


.page-about {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}

.page-about-menu {
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.page-about-menu .item a {
    display: block;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    padding: 0 20px;
}

.page-about-menu .item a.on {
    background: rgba(195, 13, 35, .05);
    color: #c30d23;
    font-weight: bold;
}

.page-about-menu .item:first-child a {
    border-radius: 5px 5px 0 0;
}

.page-about-menu .item:last-child a {
    border-radius: 0 0 5px 5px;
}

.page-about-main {
    width: 910px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    padding: 0 30px;
}

.page-about-title {
    width: auto;
    height: 50px;
    display: -ms-flex;
    display: flex;
    align-items: flex-end;
}

.page-about-title span {
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.page-about-title span:before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    background: #c30d23;
    border-radius: 2px;
    margin-right: 15px;
}

.page-about-content {
    width: auto;
    height: auto;
    font-size: 15px;
    line-height: 2;
    color: #666;
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 360px;
}


.page-search {
    padding-bottom: 50px;
}

.page-search-head {
    padding: 50px 0;
}

.page-search-head .box {
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-search-head .box .inpbox {
    width: 480px;
}

.page-search-head .box .inpbox input.inp {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    border: 1px solid #c30d23;
    border-right: 0 none;
    font-size: 16px;
    color: #333;
    padding: 0 1em;
}

.page-search-head .box .btnbox input.btn {
    width: 100px;
    height: 48px;
    border: 0 none;
    background: #c30d23;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: opacity .2s;
}

.page-search-head .box .btnbox input.btn:active {
    opacity: .8;
}


.page-search-tabs {
    display: -ms-flex;
    display: flex;
    position: relative;
}

.page-search-tabs:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #c30d23;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-search-tabs .item {
    position: relative;
    z-index: 20;
}

.page-search-tabs .item a {
    display: block;
    line-height: 42px;
    font-size: 14px;
    color: #999;
    padding: 0 15px;
}

.page-search-tabs .item a span {
    padding-left: 5px;
}

.page-search-tabs .item a.on {
    background: #c30d23;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: bold;
}

.page-search-main {
    padding: 15px 0;
}

.page-search-group {
    padding: 15px 0;
}

.page-search-group .page-group-more {
    padding-top: 20px;
}

.page-search-title {
    border-bottom: 1px solid #eee;
    position: relative;
    display: -ms-flex;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.page-search-title span {
    padding-left: 5px;
}

.page-search-title:before {
    content: '';
    display: block;
    width: 3px;
    height: 18px;
    margin-right: 10px;
    background: #c30d23;
    border-radius: 2px;
}

.page-search-filter {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.page-search-filter .item {
    padding-top: 10px;
    margin-right: 10px;
}

.page-search-filter .item:last-child {
    margin-right: 0;
}

.page-search-filter .item a {
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.page-search-filter .item a.on {
    background: #c30d23;
    color: #fff;
    border-color: #c30d23;
}

.page-search-news .group {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.page-search-news .group .head {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #333;
}

.page-search-news .group .head .title {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-weight: bold;
    position: relative;
}

.page-search-news .group .head .title:after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: #c30d23;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
}

.page-search-news .group .head .title a {
    color: #333;
}

.page-search-news .group .head .title a:hover {
    color: #c30d23;
}

.page-search-news .group .head .date {
    padding-left: 20px;
    font-size: 16px;
}

.page-search-news .group .text {
    font-size: 14px;
    width: 640px;
    color: #666;
    padding-top: 25px;
}

.page-search-news .group .note {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.page-search-news .group .note .tags {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-search-news .group .note .tags .item {
    margin-right: 10px;
    background: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 10px;
    color: #999;
}

.page-search-news .group .note .arrow {
    width: 15px;
    height: 12px;
}

.page-search-news .group .note .arrow a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/news-arrow.png") no-repeat left top / 100% 200%;
    transition: opacity .2s;
}

.page-search-news .group .note .arrow a:hover {
    opacity: .8;
}


.page-search-course {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-search-course .item {
    width: 270px;
    margin-right: 40px;
    padding-top: 30px;
}

.page-search-course .item:nth-child(4n + 0) {
    margin-right: 0;
}


.page-search-resource {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-search-resource .item {
    width: 270px;
    margin-right: 40px;
    padding-top: 30px;
}

.page-search-resource .item:nth-child(4n + 0) {
    margin-right: 0;
}


.page-search-education {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-search-education .item {
    width: 232px;
    margin-right: 10px;
    padding-top: 30px;
}

.page-search-education .item:nth-child(5n + 0) {
    margin-right: 0;
}


.page-search-lecture {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-search-lecture .group {
    width: 216px;
    margin-right: 30px;
    padding-top: 30px;
}

.page-search-lecture .group:nth-child(5n + 0) {
    margin-right: 0;
}


.page-search-alliance {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-search-alliance .item {
    width: 380px;
    padding-top: 30px;
    margin-right: 30px;
}

.page-search-alliance .item:nth-child(3n + 0) {
    margin-right: 0;
}

.page-search-alliance .item a {
    display: block;
}

.page-search-alliance .item img {
    width: 380px;
    height: 140px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}


.page-search-academy {
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
}

.page-search-academy .item {
    width: 270px;
    padding-top: 30px;
    margin-right: 40px;
}

.page-search-academy .item:nth-child(4n + 0) {
    margin-right: 0;
}

.page-search-academy .item .box {
    display: block;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

.page-search-academy .item .box img {
    width: 270px;
    height: 104px;
    border-radius: 10px;
}


.page-course-sub-sort {
    padding-top: 20px;
}


.in-education {
    padding-top: 60px;
}

.in-education-box {
    padding-top: 20px;
}

.in-education-box .swiper-slide {
    padding: 10px 0;
}

.in-education-box .swiper-slide a {
    display: block;
    position: relative;
}

.in-education-box .swiper-slide .img {
    font-size: 0;
}

.in-education-box .swiper-slide .img img {
    width: 232px;
    height: 331px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

.in-education-box .swiper-slide .txt {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    box-sizing: border-box;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;

}
